\{{#extend "layouts/layout"}}
	\{{#content "content"}}
		<h2>\{{props.title}}</h2>

		<p>\{{props.text}}</p>
	\{{/content}}
\{{/extend}}
